Vcenter FoundationLoadBalancers NetworkConfigSpec
The Vcenter FoundationLoadBalancers NetworkConfigSpec schema defines load balancer node(s) network configuration.
This schema was added in vSphere API 9.0.0.0.
{
"ntp_servers": [
"string"
],
"dns": {
"servers": [
"string"
],
"search_domains": [
"string"
]
},
"extra_vip_subnets": [
"string"
]
}
The NTP server IP addresses of the load balancer node(s).
This property was added in vSphere API 9.0.0.0.
If missing or null
, the ntpServers keep unchanged on load balancer node(s).
The DNS servers and search domains for a given network.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the servers and search domains keep unchanged on load balancer node(s).
The extra VIP subnets of the load balancer node(s) in CIDR format.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the extraVipSubnets keep unchanged on load balancer node(s).